/// GLOBALS /// var m_aktuell = ""; var heft_aktuell = ""; var path = window.location.pathname; var regreisemag = /\/reisemagazine\//; var regreisemag2 = /\/reisemagazine\/index\./; var regforum = /\/forum\//; var regquiz = /\/quiz\//; var regbestellen = /\/bestellen\//; var reghefte = /\/hefte\//; var reggalleria = /\/galleria\//; var reginhalt = /\/inhalt\//; var regreportagen = /\/reportagen\//; var regreportageninhalt = /\/reportagen\/[a-z0-9]+.php/; var regtipps = /\/tipps_infos\//; var regfotogalerie = /\/fotogalerie\//; var regkontakt = /\/kontakt\//; var regmedia = /\/media\//; var regpresse = /\/presse\//; var regimpressum = /\/impressum\//; /// END GLOBALS /// /// CURRENT HEFT /// var regthis_heft = /[0-9]{3}_[a-z0-9]+/; if (reghefte.exec(path)) { this_heft = regthis_heft.exec(path); } /// END CURRENT HEFT /// /// SUB NAV /// var reisemagazin_of = new Image(); reisemagazin_of.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_of+646464+OfficSanNor+ADAC+reisemagazin";var reisemagazin_on = new Image(); reisemagazin_on.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_on+000000+OfficSanNor+ADAC+reisemagazin";var forum_of = new Image(); forum_of.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_of+646464+OfficSanNor+Forum";var forum_on = new Image(); forum_on.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_on+000000+OfficSanNor+Forum";var quiz_of = new Image(); quiz_of.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_of+646464+OfficSanNor+Quiz";var quiz_on = new Image(); quiz_on.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_on+000000+OfficSanNor+Quiz";var bestellen_of = new Image(); bestellen_of.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_of+646464+OfficSanNor+Bestellen";var bestellen_on = new Image(); bestellen_on.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_on+000000+OfficSanNor+Bestellen"; /// SUB NAV /// /// HEFT NAV /// if (reghefte.exec(path)) { var inhalt_of = new Image(); inhalt_of.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/inhalt_of.gif"; var inhalt_on = new Image(); inhalt_on.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/inhalt_on.gif"; var reportagen_of = new Image(); reportagen_of.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/reportagen_of.gif"; var reportagen_on = new Image(); reportagen_on.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/reportagen_on.gif"; var tipps_of = new Image(); tipps_of.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/tipps_of.gif"; var tipps_on = new Image(); tipps_on.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/tipps_on.gif"; var galleria_of = new Image(); galleria_of.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/galleria_of.gif"; var galleria_on = new Image(); galleria_on.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/galleria_on.gif"; var fotogalerie_of = new Image(); fotogalerie_of.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/fotogalerie_of.gif"; var fotogalerie_on = new Image(); fotogalerie_on.src = "/magazine/reisemagazine/hefte/"+this_heft+"/grafik/nav/fotogalerie_on.gif"; } /// CREATE THE "HEFT"-SPECIFIC JAVASCRIPT ROLLOVERS var heft_of = new Image(); heft_of.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_of+646464+OfficSanNor+Marokko"; var heft_on = new Image(); heft_on.src = "/cgi-bin/autogen/dt.cgi?6+11+13+subnav_on+000000+OfficSanNor+Marokko"; /// END HEFT NAV /// function m_over(arg) { if (arg != m_aktuell) { sourcechange('subnav', arg, eval(arg+'_on.src')); } } function m_out(arg) { if (arg != m_aktuell) { sourcechange('subnav', arg, eval(arg+'_of.src')); } } function m_hilite(arg) { m_over(arg); m_aktuell = arg; } function heft_over(arg) { if (arg != heft_aktuell) { sourcechange('subnav', arg, eval(arg+'_on.src')); } } function heft_out(arg) { if (arg != heft_aktuell) { sourcechange('subnav', arg, eval(arg+'_of.src')); } } function heft_hilite(arg) { heft_over(arg); heft_aktuell = arg; } function checker() { if (regreisemag.exec(path) || regreisemag2.exec(path)) { m_hilite('reisemagazin'); } if (regforum.exec(path)) { m_hilite('forum'); } if (regquiz.exec(path)) { m_hilite('quiz'); } if (regbestellen.exec(path)) { m_hilite('bestellen'); } else if (reghefte.exec(path)) { m_hilite('heft'); if (reginhalt.exec(path)) { heft_hilite('inhalt'); } if (regreportagen.exec(path)) { heft_hilite('reportagen'); } if (reggalleria.exec(path)) { heft_hilite('galleria'); } if (regtipps.exec(path)) { heft_hilite('tipps'); } if (regfotogalerie.exec(path)) { heft_hilite('fotogalerie'); } } /// ALSO GET RID OF THE REMARKABLE "NO SCROLLBARS" IN IE 5 MAC if (document.all) { document.body.scroll = "yes"; } if (document.all && regreportageninhalt.exec(path)) { document.body.scroll = "no"; } } function fotopop(arg) { path = window.location.pathname path_array = path.split("/"); path_array.reverse(); if (path.charAt(path.length - 1) == "/") { dir = path_array[1]; } else { dir = path_array[1]; } popupwin = window.open("/magazine/reisemagazine/hefte/"+this_heft+"/popup.php?pic="+arg+"&dir="+dir,"fotowin","width=515,height=450,toolbar=no,location=no,scrollbars=yes") } function heftauswahl() { addstr = ""; if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) { addstr = "document.subnav."; } formstr = eval(addstr+"document.heftselect.hefte"); if (formstr.options[formstr.selectedIndex].value != "noselect") { value = formstr.options[formstr.selectedIndex].value; location.href = "/magazine/produkt.php?pg=1&pr=1&isbn="+value; } } function heftauswahl2() { addstr = ""; if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) { addstr = "document.subnav."; } formstr = eval(addstr+"document.heftselect2.hefte2"); if (formstr.options[formstr.selectedIndex].value != "noselect") { value = formstr.options[formstr.selectedIndex].value; location.href = "/magazine/produkt.php?pg=1&pr=1&isbn="+value; } } function weiterempfehlen(arg) { weiterempfehlenwin = window.open("/magazine/reisemagazine/weiterempfehlen.php?page="+arg,"weiterempfehlen","width=520,height=330,toolbar=no,location=no,scrollbars=no") }